replace

pure function replace(old_value: text, new_value: text): text

Returns a new text resulting from replacing all occurrences of old text in this text with new text.

Since

0.6.0

Parameters

old_value

The substring to be replaced.

new_value

The replacement substring.